현재 위치: > 함수 카테고리 모음> timezone_location_get

timezone_location_get

DateTeMezone의 별칭 :: getLocation- 시간대와 관련된 위치 정보를 반환합니다.
이름:timezone_location_get
분류:날짜와 시간
사용 언어:php
한 줄 설명:지정된 시간대의 위치 정보를 반환합니다.

정의 및 사용법

timezone_location_get() 주어진 시간대의 위치 정보를 반환합니다.

지정된 시간대의 위치 정보를 반환합니다.

 <? php
$ tz = Timezone_open ( "America/New_York" ) ;
echo timezone_location_get ( $ tz ) ;
?>

직접 시도하십시오

문법

 timezone_location_get ( 객체 ) ;
매개 변수 설명하다
물체 필수의. timezone_open () 에 의해 반환 된 dateTimezone 객체를 지정합니다.
유사한 함수
  • 날짜에 대한 Unix 타임 스탬프를 받으십시오 mktime

    mktime

    날짜에대한Unix타임스탬프를받으십시오
  • dateTime :: getTimestamp 별칭 - get unix timestamp date_timestamp_get

    date_timestamp_get

    dateTime::getTimesta
  • DateTime의 별칭 :: getoffset- 시간대 오프셋을 반환합니다 date_offset_get

    date_offset_get

    DateTime의별칭::getoffs
  • 현지 시간/날짜를 정수로 포맷하십시오 idate

    idate

    현지시간/날짜를정수로포맷하십시오
  • Gregorian 달력 날짜를 확인하십시오 checkdate

    checkdate

    Gregorian달력날짜를확인하십시오
  • DateTime에 대한 별칭 :: 수정 - 날짜 및 시간 개체의 값을 수정합니다. date_modify

    date_modify

    DateTime에대한별칭::수정-날짜
  • 로케일 설정에 따라 현지 시간/날짜를 형성하십시오 strftime

    strftime

    로케일설정에따라현지시간/날짜를형성하십
  • DateTime :: 별칭 추가 : DateTime 객체에 일정 금액의 일, 몇 달, 몇 년, 시간, 분 및 초를 추가하십시오. date_add

    date_add

    DateTime::별칭추가:DateT
인기 기사